home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 76
/
XENIATGM66.iso
/
Interstate 82
/
i82demo.exe
/
data
/
Data
/
Shell
/
ldl
/
chglobby.ldl
next >
Wrap
Text File
|
1999-10-14
|
3KB
|
140 lines
#######################################
# File: selcnct.ldl
# Last Access: Mon May 18 11:40:26 1998
#######################################
##-----------------------------------##
## Data ##
##-----------------------------------##
lobbychangewindow:nswindow {
titlestatictext:nstitlestatictext {
string text "Change Lobby Screen"
}
currentlobbystatictext:nsstatictext {
int xpct 30
int ypct 20
int widthpct 40
int heightpix 30
int fontsize 20
string text "Current Lobby:"
}
currentlobbytextfield {
int xpct 30
int ypct 25
int widthpct 40
int heightpix 30
}
lobbiesstatictext:nsstatictext {
int xpct 30
int ypct 30
int widthpct 40
int heightpct 5
int fontsize 20
string text "Available Lobbies:"
}
lobbieslistbox:nslistbox {
int xpct 30
int ypct 40
int widthpct 38
int heightpct 40
rangery:nsscrollbar {
int widthpix 20
string type "scroller"
string orientation "vertical"
thumb:nsbutton {
}
decy:nsbutton {
}
incy:nsbutton {
}
}
header {
int widthpct 100
int heightpix 25
switch0:nsheaderswitch {
string parent "lobbychangewindow.lobbieslistbox"
int widthpix 25
int heightpix 25
string icon "closed.tga"
}
switch1:nsheaderswitch {
string parent "lobbychangewindow.lobbieslistbox"
int widthpct 70
int heightpix 25
string text "Lobby Name"
tipwindow {
int widthpix 200
int heightpix 30
tip {
string text "Sort Lobby Names alphabetically"
string image0 "tile1.tga"
string imageblttype "tile"
}
}
}
switch2:nsheaderswitch {
string parent "lobbychangewindow.lobbieslistbox"
int widthpix 25
int heightpix 25
string icon "players.tga"
tipwindow {
int widthpix 300
int heightpix 30
tip {
string text "Sort by number of players in Lobby"
string image0 "tile1.tga"
string imageblttype "tile"
}
}
}
}
}
cancelbutton:nsprevbutton {
tipwindow {
int widthpix 300
int heightpix 30
tip {
string text "Return to previous screen without changing Lobbies"
string image0 "tile1.tga"
string imageblttype "tile"
}
}
}
closebutton:nsclosebutton {
tipwindow {
int widthpix 300
int heightpix 30
tip {
string text "Exit the program"
string image0 "tile1.tga"
string imageblttype "tile"
}
}
}
helpbutton:nshelpbutton {
tipwindow {
int widthpix 300
int heightpix 30
tip {
string text "View the technical help"
string image0 "tile1.tga"
string imageblttype "tile"
}
}
}
okbutton:nsnextbutton {
tipwindow {
int widthpix 300
int heightpix 30
tip {
string text "Go to selected Lobby"
string image0 "tile1.tga"
string imageblttype "tile"
}
}
}
}
$